home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 7
/
Apprentice-Release7.iso
/
Source Code
/
C
/
Applications
/
Moscow ML 1.42
/
e_SML
/
errortest.sml
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-07-18
|
101 b
|
7 lines
|
[
TEXT/Moml
]
fun foo c =
case c of
#"\r" => #"\n"
| #"\n" => #"\r"
| #"\b" => #"\t"
| #"\t" => #"\b"
;